This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Lorraine Desgerothernivu 1.Dec.03 08:27 PM a Web browser Applications Development6.0.2 CF2Windows 2000
I have an agent which is accessing a db with more than 2'000'000 documents. Those documents contain a field user and a field category. The documents contain log data.
What I need to do is to find all categories from one user. A user has about seven different categories. I do not really want to go over a view because there are tousands of users.Maybe there is a a way to create a dynamic view.
I tried also to work with a view contain the user's name as a part of the selection formula. The problem is there that update of the view index.
So if anybody has nice idea or tip I really would appreciate because I am stuck a little bit.